.applemenu{
margin: 2px 0;
padding: 0;
width: 199px; /*width of menu*/
border: 1px solid #F3D8C0;
}

.applemenu div.silverheader a{
background: black url(silvergradient.gif) repeat-x center left;
font-family:Verdana,Arial;
font-size:13px;
color: #5D5D5D;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
text-align:center;
font-weight:bold;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #5D5D5D;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(silvergradientover01.gif);
color: white;
border-bottom: 1px solid #F3D8C0;
font-weight:bold;
text-align:center;
font-family:Verdana,Arial;
font-size:13px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
/*height: 130px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu a{ /*DIV that contains each sub menu*/
color:#B15800;
font-size:13px;
}



